home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000440_r.wobben2@home.nl_Mon Nov 15 12:41:36 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsxfer.itd.umich.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!news.nl.colt.net!newsgate.cistron.nl!news.cambrium.nl!newshub2.home.nl!newshub1.home.nl!home.nl!not-for-mail
  2. From: "Roelof Wobben" <r.wobben2@home.nl>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: beginners problems
  5. Date: Sun, 14 Nov 2004 11:40:33 +0100
  6. Organization: @Home Benelux
  7. Lines: 79
  8. Message-ID: <cn7ck9$8p5$1@news6.zwoll1.ov.home.nl>
  9. References: <cn5ll6$ptc$1@news1.zwoll1.ov.home.nl> <1100397145.238051.4410@c13g2000cwb.googlegroups.com> <cn7aog$8bq$1@news2.zwoll1.ov.home.nl>
  10. NNTP-Posting-Host: cc63358-a.hnglo1.ov.home.nl
  11. X-Trace: news6.zwoll1.ov.home.nl 1100428746 8997 82.75.162.143 (14 Nov 2004 10:39:05 GMT)
  12. X-Complaints-To: usenet@corp.home.nl
  13. NNTP-Posting-Date: Sun, 14 Nov 2004 10:39:05 +0000 (UTC)
  14. X-Priority: 3
  15. X-MSMail-Priority: Normal
  16. X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
  17. X-RFC2646: Format=Flowed; Response
  18. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
  19. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15225
  20.  
  21. oke,
  22.  
  23. I tried it but with no succes,
  24.  
  25. On the Wind machine i did a :
  26.  
  27. set network type tcp
  28. set host / server * 3000
  29.  
  30. on the Linux machine i changed the grub bootloader with the following :
  31.  
  32. serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1
  33.  
  34. terminal --timeout=10 serial console
  35.  
  36. kernel ..... console-tty0 console-ttS0
  37.  
  38. What do i wrong ??
  39.  
  40. roelof
  41.  
  42. "Roelof Wobben" <r.wobben2@home.nl> schreef in bericht 
  43. news:cn7aog$8bq$1@news2.zwoll1.ov.home.nl...
  44. >
  45. > "Mark Sapiro" <slash_dev_slash_null_2000@yahoo.com> schreef in bericht 
  46. > news:1100397145.238051.4410@c13g2000cwb.googlegroups.com...
  47. >> Roelof Wobben wrote:
  48. >>>
  49. >>> Im trying to make a connection from a win98 machine to a Win Xp
  50. >> machine
  51. >>> trough Kermit. But al what i try , no connections.
  52. >>>
  53. >>> When i use the dialer with a telnet or another template all i get is
  54. >> no
  55. >>> connection. The two computers are connected to each other trough a
  56. >> router.
  57. >>>
  58. >>> How do i make a connection ?? I read all the faq en manuals but i
  59. >> can't find
  60. >>> the answer. Please help me.
  61. >>
  62. >> What are you trying to connect to? If you are trying to Telnet from A
  63. >> to B for example, you need a telnet demon listening on port 23 on B to
  64. >> connect to.
  65. >
  66. > Im trying to connect  machine A en B wih the reason that i will catch up 
  67. > the boot-messages of machine B.
  68. > With that i can hopefully find the reason why my keyboard is freezing on 
  69. > startup.
  70. >
  71. >
  72. >> If you want to do Kermit file transfers between A and B, you need a
  73. >> Kermit on each machine - one connecting and one answering the connect.
  74. >> You can use "host mode" or IKSD for the listener, but there are some
  75. >> unresolved issues with IKSD.
  76. >>
  77. >> The simplest way is to have a K95 on each machine and tell one to
  78. >> listen on a port (e.g. 3000) and enter server mode upon connect with
  79. >>
  80. >> set network type tcp
  81. >> set host /server * 3000
  82. >>
  83. >> and then connect from the other machine with
  84. >>
  85. >> set network type tcp
  86. >> set host xxxx 3000
  87. >>
  88. >> where xxxx is either the name or the IP address of the other machine.
  89. >> Then, after the second machine is connected, you can do rcd, rdir, get,
  90. >> put, etc. to navigate and transfer files.
  91. >>
  92. >> --
  93. >> Mark Sapiro msapiro at value net      The highway is for gamblers,
  94. >> San Francisco Bay Area, California    better use your sense - B. Dylan
  95. >>
  96. >
  97.  
  98.